home *** CD-ROM | disk | FTP | other *** search
/ Pesquisa Dirigida / Pesquisa Dirigida.iso / JOGOS / mini_putt2.swf / scripts / DefineButton2_26 / BUTTONCONDACTION on(press).as
Text File  |  2005-01-07  |  89b  |  8 lines

  1. on(press){
  2.    tellTarget("_root")
  3.    {
  4.       mode = "world";
  5.       play();
  6.    }
  7. }
  8.